home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 February / macformat-034.iso / mac / Shareware City / Applications / Laughing Bird Folder / The Laughing Bird Restaurant / The Laughing Bird Restaurant.dxr / 00260_AllRoll.ls < prev    next >
Encoding:
Text File  |  1995-12-16  |  270 b   |  12 lines

  1. on mouseDown
  2.   global gWhichMenu, gOpenGates, gTheClickedCast
  3.   if gOpenGates = 0 then
  4.     set gWhichMenu to "showAllMenu 2"
  5.   end if
  6.   if gOpenGates = 1 then
  7.     set gWhichMenu to "showAllMenu"
  8.   end if
  9.   set gTheClickedCast to "AllRoll"
  10.   button("CategoryButton")
  11. end
  12.